CVE-2023-33864
RenderDoc StreamReader Buffer Overflow
Description
StreamReader::ReadFromExternal in RenderDoc before 1.27 allows an Integer Overflow with a resultant Buffer Overflow. It uses uint32_t(m_BufferSize-m_InputSize) even though m_InputSize can exceed m_BufferSize.
INFO
Published Date :
June 7, 2023, 8:15 p.m.
Last Modified :
Jan. 8, 2025, 4:15 p.m.
Remotely Exploit :
Yes !
Source :
[email protected]
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source | 
|---|---|---|---|---|---|---|
| CVSS 3.1 | CRITICAL | [email protected] | ||||
| CVSS 3.1 | CRITICAL | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 
Solution
- Update the RenderDoc packages.
- Upgrade to RenderDoc version 1.27 or later.
Public PoC/Exploit Available at Github
                                            CVE-2023-33864 has a 6 public
                                            PoC/Exploit available at Github.
                                            Go to the Public Exploits tab to see the list.
                                        
References to Advisories, Solutions, and Tools
                                            Here, you will find a curated list of external links that provide in-depth
                                            information, practical solutions, and valuable tools related to
                                            CVE-2023-33864.
                                        
| URL | Resource | 
|---|---|
| http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html | Exploit Third Party Advisory VDB Entry | 
| http://seclists.org/fulldisclosure/2023/Jun/2 | Exploit Mailing List Third Party Advisory | 
| https://lists.debian.org/debian-lts-announce/2023/07/msg00023.html | Third Party Advisory | 
| https://renderdoc.org/ | Product | 
| https://security.gentoo.org/glsa/202311-10 | |
| https://www.qualys.com/2023/06/06/renderdoc/renderdoc.txt | Exploit Third Party Advisory | 
| http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html | Exploit Third Party Advisory VDB Entry | 
| http://seclists.org/fulldisclosure/2023/Jun/2 | Exploit Mailing List Third Party Advisory | 
| https://lists.debian.org/debian-lts-announce/2023/07/msg00023.html | Third Party Advisory | 
| https://renderdoc.org/ | Product | 
| https://security.gentoo.org/glsa/202311-10 | |
| https://www.qualys.com/2023/06/06/renderdoc/renderdoc.txt | Exploit Third Party Advisory | 
CWE - Common Weakness Enumeration
            While CVE identifies
            specific instances of vulnerabilities, CWE categorizes the common flaws or
            weaknesses that can lead to vulnerabilities. CVE-2023-33864 is
            associated with the following CWEs:
        
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
            (CAPEC)
            stores attack patterns, which are descriptions of the common attributes and
            approaches employed by adversaries to exploit the CVE-2023-33864
            weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Forked from https://github.com/0xor0ne/awesome-list.git
Forked from https://github.com/0xor0ne/awesome-list.git
Contains List of CVE's that I have found (Individual + Collaborative work)
None
None
Cybersecurity oriented awesome list
awesome awesome-list cybersecurity exploitation reverse-engineering
Results are limited to the first 15 repositories due to potential performance issues.
			The following list is the news that have been mention
			CVE-2023-33864 vulnerability anywhere in the article.
		
                The following table lists the changes that have been made to the
                CVE-2023-33864 vulnerability over time.
            
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
- 
                            CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0Jan. 08, 2025 Action Type Old Value New Value Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Added CWE CWE-190 
- 
                            CVE Modified by af854a3a-2127-422b-91ae-364da2661108Nov. 21, 2024 Action Type Old Value New Value Added Reference http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html Added Reference http://seclists.org/fulldisclosure/2023/Jun/2 Added Reference https://lists.debian.org/debian-lts-announce/2023/07/msg00023.html Added Reference https://renderdoc.org/ Added Reference https://security.gentoo.org/glsa/202311-10 Added Reference https://www.qualys.com/2023/06/06/renderdoc/renderdoc.txt 
- 
                            CVE Modified by [email protected]May. 14, 2024 Action Type Old Value New Value 
- 
                            CVE Modified by [email protected]Nov. 25, 2023 Action Type Old Value New Value Added Reference MITRE https://security.gentoo.org/glsa/202311-10 [No types assigned] 
- 
                            Modified Analysis by [email protected]Aug. 02, 2023 Action Type Old Value New Value Changed Reference Type https://lists.debian.org/debian-lts-announce/2023/07/msg00023.html No Types Assigned https://lists.debian.org/debian-lts-announce/2023/07/msg00023.html Third Party Advisory Changed CPE Configuration OR *cpe:2.3:a:renderdoc:renderdoc:*:*:*:*:*:*:*:* versions up to (including) 1.26 OR *cpe:2.3:a:renderdoc:renderdoc:*:*:*:*:*:*:*:* versions up to (excluding) 1.27 
- 
                            CVE Modified by [email protected]Jul. 25, 2023 Action Type Old Value New Value Added Reference https://lists.debian.org/debian-lts-announce/2023/07/msg00023.html [No Types Assigned] 
- 
                            CVE Modified by [email protected]Jul. 22, 2023 Action Type Old Value New Value Changed Description RenderDoc through 1.26 allows an Integer Overflow with a resultant Buffer Overflow (issue 2 of 2). StreamReader::ReadFromExternal in RenderDoc before 1.27 allows an Integer Overflow with a resultant Buffer Overflow. It uses uint32_t(m_BufferSize-m_InputSize) even though m_InputSize can exceed m_BufferSize. 
- 
                            Initial Analysis by [email protected]Jun. 14, 2023 Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Changed Reference Type http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html No Types Assigned http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html Exploit, Third Party Advisory, VDB Entry Changed Reference Type http://seclists.org/fulldisclosure/2023/Jun/2 No Types Assigned http://seclists.org/fulldisclosure/2023/Jun/2 Exploit, Mailing List, Third Party Advisory Changed Reference Type https://renderdoc.org/ No Types Assigned https://renderdoc.org/ Product Changed Reference Type https://www.qualys.com/2023/06/06/renderdoc/renderdoc.txt No Types Assigned https://www.qualys.com/2023/06/06/renderdoc/renderdoc.txt Exploit, Third Party Advisory Added CWE NIST CWE-190 Added CPE Configuration OR *cpe:2.3:a:renderdoc:renderdoc:*:*:*:*:*:*:*:* versions up to (including) 1.26 
- 
                            CVE Modified by [email protected]Jun. 08, 2023 Action Type Old Value New Value Added Reference http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html [No Types Assigned] 
- 
                            CVE Modified by [email protected]Jun. 08, 2023 Action Type Old Value New Value Added Reference http://seclists.org/fulldisclosure/2023/Jun/2 [No Types Assigned] 
Vulnerability Scoring Details
Base CVSS Score: 9.8
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.23 }} 0.04%
score
0.45475
percentile
 
                         
                         
                         
                                             
                                            